home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
boot
/
czesc_2
/
saferpatches
/
source.lha
/
Source
/
FindPatch.a
next >
Wrap
Text File
|
1992-10-04
|
351b
|
18 lines
AbsExecBase equ 4
_LVOSetFunction equ -420 ; no need to include everything just for this one
xdef @FindPatches
section text,code
@FindPatches: moveq.l #0,D0
move.l (AbsExecBase).W,A0
move.l _LVOSetFunction+2(A0),A0
cmp.w #$49f9,$10(A0)
bne 1$
move.l $12(A0),A0
move.l $4(A0),D0
1$ rts
end